home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_636 / henon / henon.readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  77 lines

  1. ##############################################################################
  2. #                                         #
  3. #                 Hénon    v1.10                     #
  4. #                                         #
  5. #             written by Stefan Zeiger in 1991-'92             #
  6. #                                         #
  7. #              © 1992 by ! WIZARD WORKS !                 #
  8. #                                         #
  9. ##############################################################################
  10.  
  11.  
  12. WHAT IS HÉNON ?
  13. ~~~~~~~~~~~~~~~
  14. Hénon is a program for drawing Hénon pictures (simple, eh?). Hénon pix are
  15. some kind of fractal images. It's much work to calculate them, but if you use
  16. some precalculated values, you can draw them quite fast. (Hénon v0.90 needed
  17. about 10 mins to calculate a special picture (without precalc), Hénon v1.00
  18. produced the same picture in 30 secs. That's faaaast, isn't it ?).
  19.  
  20.  
  21. HOW DO I START IT ?
  22. ~~~~~~~~~~~~~~~~~~~
  23. To see some nice demo pics, just double click on the according "Demo" icon.
  24. If you want to produce your own pictures, you'll have to use the CLI or Shell.
  25. Type "Henon ?" for some help. Henon takes 5 parameters : a, xymin, xymax,
  26. xystep, itera.
  27.  
  28.  
  29. THE PARAMETERS :
  30. ~~~~~~~~~~~~~~~~
  31. a      : That's just the value "a" of the Hénon formula. I don't know how I
  32.      should explain this, so try for the beginning values between 0.0 and
  33.      2.0
  34. xymin  : The first value of the orbit. Try 0.025
  35. xymax  : The last value of the orbit. Try 1.2
  36. xystep : The step for the orbit. X and Y are increased constantly by xystep
  37.      until they reach xymax. Normally the same as xymin. Try 0.025
  38. itera  : The number of iterations/orbit. Normally between 500 and 2000 (Some
  39.      Hénon pics require more, some less). Try 1000
  40.  
  41.  
  42. LEGAL STUFF & DISCLAIMER :
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. Hénon v1.10 is FREEWARE. It is copyrighted (c) 1992 by ! WIZARD WORKS !.
  45. It may only be distributed non-commercial, with all files together and for
  46. a distribution fee less or equal to that, what Fred Fish wants for his
  47. AmigaLibDisks. Use this program on your own risk. No warranty is given for it.
  48.  
  49.  
  50. IS THAT ALL ?
  51. ~~~~~~~~~~~~~
  52. Yes, that is all.
  53. CU (See you :-),
  54.                  Stefan.
  55.  
  56.  
  57. -----------------------------------------------------------------------------
  58.  
  59.    STANDARD MAIL :     ! WIZARD WORKS !
  60.                        Stefan Zeiger
  61.                        Seligenstaedter Weg 24
  62.                        D-W-8756 Kahl
  63.                        West Germany
  64.  
  65.            VOICE :     ++49-(0)6188-2525
  66.  
  67.          MAILBOX :     ++49-(0)69-5975113
  68.                        "The Hitchhiker" (H.T.H.) in Frankfurt
  69.                        300-14400 bps, 8/N/1, 24h online
  70.                        Username : "STEFAN"
  71.  
  72.            EMAIL :     AmNet    : STEFAN;HTH
  73.                        Fido     : STEFAN%HTH.AMN 2:247/12.5
  74.                        Zerberus : STEFAN%HTH@AMNET.ZER
  75.  
  76. -----------------------------------------------------------------------------
  77.